github.com/robfig/cron/v3.Cron.location (field)

6 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L23: 	location  *time.Location
		cron.go#L124: 		location:  time.Local,
		cron.go#L190: 	return c.location
		cron.go#L265: 				now = now.In(c.location)
		cron.go#L318: 	return time.Now().In(c.location)
		option.go#L13: 		c.location = loc